08. JWT - Validation
JWT - Validation
Validating JWT Authenticity
ND004 C03 L02 A08.2 Parts Of JWT 1
If the signature strings match, we can trust that the data within the JWT is authentic.
Payload Security
SOLUTION:
FalseAdditional Resources:
- JWT.io a useful guide and list of popular JSON Web Token implementations.
- Base64 Encoding
- HMAC keyed-hash message authentication code